/*
* A QAD hack to keep a hotlist for Amiga Mosaic 1.2.
*
* Copyright 1994, Mike W. Meyer
*/
/* Argument parsing - what there is of it */
parse arg infile outfile
if infile = "" then infile = "envarc:Mosaic/hotlist.html"
if outfile = "" then outfile = "env:Mosaic/hotlist.html"
/* Get the line to be added */
options results
'get url'
url = result
'fetch title'
new = '